Nachrichtentyp domainStatusUpdate

  • Der Nachrichtentyp gibt einen Status zu einer Domain an und wird erzeugt nach einem erfolgreichen Auftrag, wenn:
    • eine Domain registriert wurde,
    • Daten einer Domain geändert wurden oder
    • eine Domain konnektiert wurde.
    • Es kann eine zusätzliche Verifikationsinformation erforderlich sein aufgrund der Risikobewertung.
      • Ist eine Verifikationsinformation erforderlich, enthält die Nachricht zusätzliche Informationen.
  • Sollte es für eine Domain mehrere Domaininhaber geben, eine sogenannte Multi-Holder-Domain, werden alle Domaininhaber aufgelistet, für die keine Verifikationsinformationen erforderlich ist.
  • Eine Domain in der Quarantäne muss verifiziert werden, außerdem ist die Domain de-deligiert, was durch den Status "serverHold" angegeben wird.

 

Beispiele

Nachrichtenqueue

Nachrichten mit Status "connect", keine Verifikation erforderlich
Kopieren

K/V domainStatusUpdate, verification not required

msgcnt: 1
msgtime: 2024-06-01T15:51:08+02:00
msgid: 8960348c-6879-cb92-2b6f-cbc9abf91616
msgtype: domainStatusUpdate
domain: de-example.de
domain-ace: de-example.de
holder: DENIC-1000002-GoodGuy 
holder: DENIC-1000002-GoodGuy2
status: connect

 

Kopieren

XML domainStatusUpdate, verification not required

<msg:message xmlns:msg="http://registry.denic.de/msg/5.0" msgid="8960348c-6879-cb92-2b6f-cbc9abf91616" msgcnt="1" msgtime="2024-06-01T15:51:08+02:00">
  <msg:domainStatusUpdate>
    <msg:domain>
      <msg:handle>de-example.de</msg:handle>
      <msg:ace>de-example.de</msg:ace>
    </msg:domain>
    <msg:holders>
      <msg:handle>DENIC-1000002-GoodGuy</msg:handle>
      <msg:handle>DENIC-1000002-GoodGuy2</msg:handle>
    </msg:holders>
    <msg:status>connect</msg:status>
  </msg:domainStatusUpdate>
</msg:message>

 

Nachrichten mit Status "connect", Verifikation erforderlich
Kopieren

K/V domainStatusUpdate, verification required

msgcnt: 1
msgtime: 2024-06-01T15:51:08+02:00
msgid: 8960348c-6879-cb92-2b6f-cbc9abf91616
msgtype: domainStatusUpdate
domain: de-example.de
domain-ace: de-example.de
holder: DENIC-1000002-MaybeGoodGuy 
holder: DENIC-1000002-GoodGuy
status: connect
verificationDeadlineBeforeDedelegation: 2024-06-06T15:51:08+02:00
verificationDeadlineBeforeDeletion: 2024-06-13T15:51:08+02:00
message: 16350000040 Verification information must be provided for the holder(s) to avoid dedelegation by [Date: 2024-06-06T15:51:08+02:00, VerificationClaims: address;name]
message: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2024-06-13T15:51:08+02:00, VerificationClaims: address;name]

 

Kopieren

XML domainStatusUpdate, verification not required

<msg:message xmlns:msg="http://registry.denic.de/msg/5.0" msgid="8960348c-6879-cb92-2b6f-cbc9abf91616" msgcnt="1" msgtime="2024-06-01T15:51:08+02:00">
  <msg:domainStatusUpdate>
    <msg:domain>
      <msg:handle>de-example.de</msg:handle>
      <msg:ace>de-example.de</msg:ace>
    </msg:domain>
    <msg:holders>
      <msg:handle>DENIC-1000002-MaybeGoodGuy</msg:handle>
      <msg:handle>DENIC-1000002-GoodGuy</msg:handle>
    </msg:holders>
    <msg:status>connect</msg:status>
    <msg:verificationDeadlineBeforeDedelegation>2024-06-06T15:51:08+02:00</msg:verificationDeadlineBeforeDedelegation>
    <msg:verificationDeadlineBeforeDeletion>2024-06-13T15:51:08+02:00</msg:verificationDeadlineBeforeDeletion>
    <msg:message level="info" code="16350000040">
      <tr:text>Verification information must be provided for the holder(s) to avoid dedelegation by</tr:text>
        <tr:argument>Date: 2024-06-06T15:51:08+02:00</tr:argument>
        <tr:argument>VerificationClaims: address;name</tr:argument>
     </msg:message>
    <msg:verificationDeadlineBeforeDeletion>2024-06-13T15:51:08+02:00</msg:verificationDeadlineBeforeDeletion>
    <msg:message level="info" code="16350000041">
      <tr:text>Verification information must be provided for the holder(s) to avoid deletion by</tr:text>
      <tr:argument>Date: 2024-06-13T15:51:08+02:00</tr:argument>
      <tr:argument>VerificationClaims: address;name</tr:argument>
    </msg:message>
   </msg:domainStatusUpdate>
</msg:message>

 

Nachrichten mit Status "serverHold" mit Verifikationsaufforderung
Kopieren

K/V domainStatusUpdate, serverHold, verification required

msgcnt: 1
msgtime: 2024-06-01T15:51:08+02:00
msgid: 8960348c-6879-cb92-2b6f-cbc9abf91616
msgtype: domainStatusUpdate
domain: de-example.de
domain-ace: de-example.de
holder: DENIC-1000002-BadGuy  
holder: DENIC-1000002-GoodGuy
status: serverHold
verificationDeadlineBeforeDeletion: 2024-06-13T15:51:08+02:00
message: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2024-06-13T15:51:08+02:00, VerificationClaims: address;name]

 

Kopieren

XML domainStatusUpdate, serverHold, verification required

<msg:message xmlns:msg="http://registry.denic.de/msg/5.0" msgid="8960348c-6879-cb92-2b6f-cbc9abf91616" msgcnt="1" msgtime="2024-06-01T15:51:08+02:00">
  <msg:domainStatusUpdate>
    <msg:domain>
      <msg:handle>de-example.de</msg:handle>
      <msg:ace>de-example.de</msg:ace>
    </msg:domain>
    <msg:holders>
      <msg:handle>DENIC-1000002-BadGuy</msg:handle>
      <msg:handle>DENIC-1000002-GoodGuy</msg:handle>
    </msg:holders>
    <msg:status>serverHold</msg:status>
    <msg:verificationDeadlineBeforeDeletion>2024-06-13T15:51:08+02:00</msg:verificationDeadlineBeforeDeletion>
    <msg:message level="info" code="16350000041">
      <tr:text>Verification information must be provided for the holder(s) to avoid deletion by</tr:text>
      <tr:argument>Date: 2024-06-13T15:51:08+02:00</tr:argument>
      <tr:argument>VerificationClaims: address;name</tr:argument>
    </msg:message>
   </msg:domainStatusUpdate>
</msg:message>

 

E-Mail-Benachrichtigungen

Nachrichten mit Status "connect", keine Verifikation erforderlich
Kopieren

Email domainStatusUpdate, test environment, verification not required

From:    registry-response@test.denic.de
To:      <regacc-email>
Subject: DOMAIN STATUS UPDATE TEST - $date$
Body:    STATUS: success
         TICKET:
         OBJECT: Domain
         HANDLE: dänic.de [xn--dnic-loa.de]
         HOLDER: DENIC-1000002-MaybeGoodGuy
         HOLDER: DENIC-1000002-GoodGuy
         INFO: 53000080013 Domain "Status" is "connect"

 

Kopieren

Email domainStatusUpdate, live environment, verification not required

From:    registry-response@denic.de
To:      <regacc-email>
Subject: DOMAIN STATUS UPDATE - $date$ 
Body:    STATUS: success
         TICKET:
         OBJECT: Domain
         HANDLE: dänic.de [xn--dnic-loa.de]
         HOLDER: DENIC-1000002-MaybeGoodGuy
         HOLDER: DENIC-1000002-GoodGuy
         INFO: 53000080013 Domain "Status" is "connect"

 

Nachrichten mit Status "connect", Verifikation erforderlich
Kopieren

Email domainStatusUpdate, test environment, verification required

From:    registry-response@test.denic.de
To:      <regacc-email>
Subject: DOMAIN STATUS UPDATE TEST - $date$
Body:    STATUS: success
         TICKET:
         OBJECT: Domain
         HANDLE: dänic.de [xn--dnic-loa.de]
         HOLDER DENIC-1000002-MaybeGoodGuy
         HOLDER DENIC-1000002-GoodGuy
         INFO: 53000080013 Domain "Status" is "connect"
         INFO: 16350000040 Verification information must be provided for the holder(s) to avoid dedelegation by [ate: 2025-06-06T15:51:08+02:00, VerificationClaims: address;name]
         INFO: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]

 

Kopieren

Email domainStatusUpdate, live environment, verification required

From:    registry-response@denic.de
To:      <regacc-email>
Subject: DOMAIN STATUS UPDATE - $date$
Body:    STATUS: success
         TICKET:
         OBJECT: Domain
         HANDLE: dänic.de [xn--dnic-loa.de]
         HOLDER DENIC-1000002-MaybeGoodGuy
         HOLDER DENIC-1000002-GoodGuy
         INFO: 53000080013 Domain "Status" is "connect"
         INFO: 16350000040 Verification information must be provided for the holder(s) to avoid dedelegation by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]
         INFO: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]

 

Nachrichten mit Status "serverHold" mit Verifikationsaufforderung
Kopieren

Email domainStatusUpdate, test environment, serverHold, verification required

From:    registry-response@test.denic.de
To:      <regacc-email>
Subject: DOMAIN STATUS UPDATE TEST - $date$
Body:    STATUS: success
         TICKET:
         OBJECT: Domain
         HANDLE: dänic.de [xn--dnic-loa.de]
         HOLDER DENIC-1000002-MaybeGoodGuy
         HOLDER DENIC-1000002-GoodGuy
         INFO: 53000080015 Domain "Status" is "serverHold"
         INFO: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]

 

Kopieren

Email domainStatusUpdate, live environment, serverHold, verification required

From:    registry-response@denic.de
To:      <regacc-email>
Subject: DOMAIN STATUS UPDATE - $date$
Body:    STATUS: success
         TICKET:
         OBJECT: Domain
         HANDLE: dänic.de [xn--dnic-loa.de]
         HOLDER DENIC-1000002-MaybeGoodGuy
         HOLDER DENIC-1000002-GoodGuy
         INFO: 53000080015 Domain "Status" is "serverHold"
         INFO: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]